Post

Replies

Boosts

Views

Activity

Reply to Can SwiftUI work with core text?
Yes, you can do it in a variety of ways. One of the coolest is using the new Canvas View, where you can use old-style programming to place characters wherever you want. I used this to draw text along a curve. I just built up an AttributedString and stepped through each glyph in it and drew them one by one.
Jun ’22